Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMPROVE] Update to MongoDB 4.0 in docker-compose file #13396

Merged

Conversation

ngulden
Copy link
Contributor

@ngulden ngulden commented Feb 7, 2019

The current recommendation of Rocket.Chat is MongoDB 3.6.

Initializing a Docker Compose Setup with MongoDB 3.2 would require a step by step upgrade via MongoDB 3.4. See the release notes of Mongo DB:

This can be skipped by just using a more recent version of MongoDB.

Copy link
Member

@sampaiodiego sampaiodiego left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @ngulden .. but we still support Mongo 3.2 (we have tests on CI to make sure it works) even though I would recommend going with Mongo 4.0 now, I think we should recommend that on compose file instead.

@@ -23,7 +23,7 @@ services:
- "traefik.frontend.rule=Host: your.domain.tld"

mongo:
image: mongo:3.2
image: mongo:3.6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you change to Mongo 4.0? see review message.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. See latest commit.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx 🤗

@ngulden ngulden force-pushed the ngulden/update-mongodb-version branch from 965c408 to ad83d9e Compare February 8, 2019 15:11
@sampaiodiego sampaiodiego changed the title FIX: Update to MongoDB 3.6 in docker-compose file [IMPROVE] Update to MongoDB 4.0 in docker-compose file Feb 8, 2019
@sampaiodiego sampaiodiego merged commit 7e71897 into RocketChat:develop Feb 8, 2019
Montel pushed a commit to Montel/Rocket.Chat that referenced this pull request Feb 13, 2019
@rodrigok rodrigok mentioned this pull request Apr 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants